github.com/vmihailenco/msgpack/v5.fields.Map (field)

10 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_map.go#L323: 		if f := fields.Map[name]; f != nil {
		types.go#L125: 	Map     map[string]*field
		types.go#L135: 		Map:  make(map[string]*field, typ.NumField()),
		types.go#L142: 	fs.Map[field.name] = field
		types.go#L150: 	if _, ok := fs.Map[name]; ok {
		types.go#L235: 				if _, ok := fs.Map[field.name]; ok {
		types.go#L238: 				fs.Map[field.name] = field
		types.go#L247: 			fs.Map[alias] = field
		types.go#L267: 		if _, ok := fs.Map[field.name]; ok {
		types.go#L303: 		if _, ok := fs.Map[field.name]; ok {